@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */
:root{
	--white:#fff;
}
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	min-height: 300px;
	background-color: #fff;
	font-family: SourceHanSansRegular,'Microsoft Yahei',Arial,Verdana,sans-serif;
	font-size: 15px;
	color:#555;
}
ul,li {list-style: none;}
.clearfix {clear:both;}
img {max-width:100%;}
body a {outline: none;}
/* 统一调整字间距 */
div,a,span,p,ul,li{padding:0;margin:0;}
td,th{ border:1px solid #bbb;}
/*iframe{display: block;margin:25px auto; width:800px!important;height:540px!important;}
video{display: block;margin:25px auto; width:800px!important;height:540px!important;}
@media(max-width:640px){
	iframe{margin:10px auto; width:100%!important;height:220px!important;}
	video{margin:10px auto; width:100%!important;height:220px!important;}
}*/
/*img{display:block;width:auto!important;height:auto!important;margin:0 auto!important;}*/
.main1600{width:1600px;margin:0 auto;}
.main1200{width:1200px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	.img.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.img.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
a.img{outline: none;display: block;width:100%;}
.img{background-position: center center;background-size: cover;background-repeat: no-repeat;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.hover:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.q_row{width:100%;margin:0 auto;}
.q_row:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_img{width:100%;margin:20px auto;text-align: center;}
.clear{clear:none;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

section.page1 {width: 100%;top: 0;left: 0;height: 100%;position: absolute;}
section.page2 {width: 100%;left: 0;top: 100%;height:auto;position: absolute;}
@media(max-width: 640px){
section.page1{position: relative;height: auto;}
section.page2 {position: relative;top: 0;}
}

/* q_header start! */
.q_header{width:100%;margin:0 auto;padding:0;position: fixed;left:0;top:0;z-index:999;border-bottom:1px solid rgba(255,255,255,.1);transition: all .3s;}
.header_main{padding:0 50px;}
.header_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_logo{width:360px;float:left;}
.q_logo>h1{width:100%;margin:0 auto;}
.q_logo>h1>a{outline: none;display: block;width:100%;padding:10px 0;transition: all .3s;}
.q_logo>h1>a>img{display: inline-block;height:80px;}
.q_logo>h1>a>img.default{display: inline-block;}
.q_logo>h1>a>img.on{display:none;}

.q_nav{width:calc(100% - 560px);float:left;}
.nav_ul{width:100%;text-align:right;font-size: 0;}
.nav_ul>li{display: inline-block;margin-left: 60px;position: relative;}
.nav_ul>li>a{outline: none;display: block;width:100%;padding:25px 0;position: relative;transition: all .3s;}
.nav_ul>li>a:after{position: absolute;left: 50%;bottom: 20px;content: "";width: 0;height: 3px;background-color:var(--white);border-radius: 3px;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.nav_ul>li.on>a:after,.nav_ul>li:hover>a:after{width: 60%;transform: translateX(-50%);}
.nav_ul>li>a>span{display: block;width:100%;font-size: 16px;color:var(--white);line-height: 50px;height:50px;}

/* q_nav_son */
.q_nav_son{width:200%;position: absolute;top:100%;left:-50%;padding:10px 0;z-index: 10;background-color: var(--white);display: none;box-shadow: 0 1px 1px #809cbb;}
.q_nav_son>li{width:100%;margin:0 auto;padding:0;}
.q_nav_son>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:0;font-size: 14px;text-align: center;line-height: 36px;color:var(--dark555);}
.q_nav_son>li:hover{background-color:var(--red);}
.q_nav_son>li:hover>a{color:var(--white);}


.q_right{width:140px;float:right;}
.q_right:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_language{width:100%;padding:27px 0 25px;}
.language_main{width:100%;position: relative;background-color: var(--red);color:var(--white);border-radius: 6px;height:100%;padding:7px 15px 9px;}
.language_main>span{display: block;width:100%;font-size: 16px;text-transform: capitalize;line-height: 30px;height:30px;font-weight: 700;}
.language_arrow{width:30px;height:30px;line-height: 30px;text-align: center;font-size: 20px;position: absolute;top:8px;right:10px;cursor: pointer;}
.language_ul{width:100%;position:absolute;left:0;top:calc(100% + 2px);background-color: var(--white);border-radius: 6px;padding:5px 15px;display: none;}
.language_ul>li{position: relative;}
.language_ul>li.on:after{content:'';width:5px;height:5px;background-color: var(--red);border-radius: 50%;position: absolute;right:0;top:13px;}
.language_ul>li>a{outline: none;display: block;width:100%;padding:3px 0;}
.language_ul>li>a>*{display: inline-block;vertical-align: middle;height:24px;line-height: 24px;color:var(--black);font-size: 14px;text-transform: capitalize;}
.language_ul>li>a>img{margin-right: 5px;}

.q_header.q_header_fixed{background-color: var(--white);box-shadow: 0 0 2px #809cbb;}
.q_header.q_header_fixed .q_logo>h1>a>img.default{display:none;}
.q_header.q_header_fixed .q_logo>h1>a>img.on{display:inline-block;}

.q_header.q_header_fixed .nav_ul>li>a>span{color:var(--dark222);}
.q_header.q_header_fixed .nav_ul>li>a:after{background-color:var(--red);}
.q_header.q_header_fixed .nav_ul>li.on>a>span,.q_header.q_header_fixed .nav_ul>li:hover>a>span{color:var(--red);}

.q_header.q_header_fixed .q_tel img.default{display:none;}
.q_header.q_header_fixed .q_tel img.on{display:inline-block;}
.q_header.q_header_fixed .q_tel span{color:var(--red);}
/* q_header end! */

/* q_banner start! */
.q_banner{width:100%;height:100%;position: relative;}
.q_banner .swiper_banner{width:100%;height:100%;}
.q_banner .swiper_banner .swiper-wrapper{width:100%;height:100%;}
.q_banner .swiper_banner .swiper-slide{width:100%;height:100%;}
.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:15px;height:15px;background-color: #000;opacity: 0.5;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #fff;opacity: 1;}
.q_banner .swiper_banner .swiper_button_banner{background:none;width:56px;height:56px;line-height: 56px;margin-top: -28px;font-size: 30px;
  text-align: center;border-radius: 50%;border:1px solid #fff;color:#fff;opacity: 0;transition: all 0.3s;
}
.q_banner .swiper_banner .swiper_button_banner:after{content:'';}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_prev{left:3%;}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_next{right:3%;}
.q_banner:hover .swiper_banner .swiper_button_banner{opacity: 1;}

.banner_slide{width:100%;height:100%;position: relative;}
.banner_slide>a.img{height:100%;}
.banner_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.banner_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.banner_main{width:100%;margin:0 auto;color:var(--white);}
.banner_main .big{font-size: 56px;font-weight: 700;letter-spacing: 5px;line-height: 70px;}
.banner_main .small{margin:30px auto 0;font-size: 25px;line-height: 35px;}
.banner_more{margin:30px auto 0;}
.banner_more a{outline:none;display: inline-block;border:2px solid var(--white);padding:12px 30px;font-size: 18px;color:var(--white);line-height: 25px;}
.banner_more a i{margin-left: 10px;}

.banner_main *{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.swiper-slide-active .banner_main .big{animation-name: lv-fadeInUp-short;animation-delay: .3s;}
.swiper-slide-active .banner_main .small{animation-name: lv-fadeInUp-short;animation-delay: .4s;}
.swiper-slide-active .banner_main .banner_more{animation-name: lv-fadeInUp-short;animation-delay: .5s;}



.banner_bottom{width:100%;position: absolute;left:0;bottom:8%;z-index: 2;}
.banner_bottom_main{width:100%;margin:0 auto;position:relative;}
.banner_bottom_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.banner_bottom_l{width:calc(100% - 100px);float:left;}
.swiper_buttons{width:100%;margin:0 auto;position: relative;font-size: 0;}
.swiper_buttonss{width:45px;height:45px;border:3px solid var(--white);line-height: 36px;font-size: 30px;
	display: inline-block;border-radius: 50%;text-align: center;color:var(--white);cursor: pointer;
}
.q_banner .swiper_buttons{text-align: right;}
.q_banner .swiper_buttonss:nth-of-type(2){margin-left: 12px;}


.banner_scroll{width:100%;margin:40px auto 0;position: relative;font-size: 0;}
.banner_scroll:after{content:'';width:calc(100% - 90px);height:1px;background-color: rgba(255,255,255,.3);position: absolute;right:0;top:15px;}
.banner_scroll span{display: inline-block;font-size: 16px;line-height: 30px;font-family: DINCondMediumAlternate;text-transform: uppercase;color:var(--white);}

.banner_bottom_r{width:100px;position: absolute;right:0;bottom:0;}
.swiper_pagination_banner{font-size:0;text-align: right;font-family: HelveticaNeueLTProMdCn;}
.swiper_pagination_banner span{font-size: 16px;color:var(--white);line-height: 30px;vertical-align: baseline;display: inline-block;}
.swiper_pagination_banner span:nth-of-type(2){margin:0 2px;}
.swiper_pagination_banner span.dangqian{font-size: 20px;line-height: 30px;font-weight: 700;}
/* q_banner end! */

/* section_div start! */
.section_div{width:100%;margin:0 auto;padding:0;background-color: var(--darkf8f8f8);}
.section_title{margin:0 auto 60px;text-align: center;color: var(--dark222);}
.section_title .big{font-size: 42px;line-height: 50px;font-weight:700;}
.section_title .small{margin:15px auto 0;font-size: 22px;line-height: 30px;}

.section_main{width:100%;margin:0 auto;position: relative;}
.section_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

/* section_div end! */

/* q_sort start! */
.q_sort{padding:90px 0 60px;}
.sort_item{width:17%;float:left;background-image:var(--linear-background);position:relative;height:480px;transition: all .4s;}
.sort_item.on{width:32%;}
.sort_item_img{width:100%;height:100%;opacity: 0;transition: all .6s;}
.sort_item_img .img{height:100%;}
.sort_item.on .sort_item_img{opacity: 1;}
.sort_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.sort_item_mask_in{width:100%;position: absolute;left:0;top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.sort_item_main{width:100%;padding:0 20%;text-align: center;color:var(--white);}
.sort_item_icon{width:110px;margin:0 auto;}
.sort_item_icon img{width:100%;display: inline-block;}
.sort_item_icon img.default{display:inline-block;}
.sort_item_icon img.on{display:none;}
.sort_item_h{margin:25px auto;font-size: 22px;color:var(--black);line-height: 30px;}
.sort_item_p{width:100%;font-size: 17px;color:var(--white);line-height: 25px;height:0;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.sort_item_more{margin:30px auto;}
.sort_item_more a{border:2px solid #838383;border-radius: 15px;padding:6px 24px;font-size: 15px;line-height: 25px;transition: all .2s;
	outline: none;display: inline-block;color:var(--black);
}


.sort_item.on .sort_item_icon img.default{display:none;}
.sort_item.on .sort_item_icon img.on{display:inline-block;}
.sort_item.on .sort_item_h{color:var(--white);}
.sort_item.on .sort_item_p{height:50px;}
.sort_item.on .sort_item_more a{border:2px solid var(--white);color:var(--white);}
.sort_item.on .sort_item_more a:hover{border:2px solid var(--white);color:var(--red);background-color: var(--white);}


.sort_item_main>div{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}
.sort_item.on .sort_item_main>div.sort_item_icon{animation-name: lv-fadeInUp-short;animation-delay: .3s;}
.sort_item.on .sort_item_main>div.sort_item_h{animation-name: lv-fadeInUp-short;animation-delay: .35s;}
.sort_item.on .sort_item_main>div.sort_item_p{animation-name: lv-fadeInUp-short;animation-delay: .35s;}
.sort_item.on .sort_item_main>div.sort_item_more{animation-name: lv-fadeInUp-short;animation-delay: .4s;}

/* q_sort end! */

/* q_number start! */
.q_number{width:100%;margin:0 auto;padding:0;}
.number_main{width:100%;margin:0 auto;border-left:1px solid var(--darkf0f0f0);border-top:1px solid var(--darkf0f0f0);}
.number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.number_item{width:25%;float:left;padding:35px 15px;text-align: center;position: relative;border-right:1px solid var(--darkf0f0f0);border-bottom:1px solid var(--darkf0f0f0);
	background-color: var(--white);color:#393939;
}
.number_top{font-size:0;}
.number_top span{display: inline-block;font-size:35px;line-height:50px;font-weight: 700;vertical-align: middle;}
.number_top span.sub{font-size: 14px;font-weight: 400;}
.number_top span.timer{color:var(--redlogo);}
.number_top span.timer+span{margin-left: 10px;}
.number_txt{width:100%;margin:10px auto 0;padding:0;}
.number_txt .cn{font-size: 17px;line-height: 25px;height:25px;}

.number_item:nth-of-type(n+3){background-color: var(--redlogo);color:var(--white);}
.number_item:nth-of-type(n+3) .number_top span.timer{color:var(--white);}

/* q_number end! */

/* q_about start! */
.q_about{background:url('../images/about_bg.jpg') no-repeat center center;padding:110px 0;}
.q_about .section_title{color:var(--white);}

.about_p{width:80%;margin:60px auto 0;text-align: center;font-size: 22px;color:var(--white);line-height: 1.7;}
.about_p p{width:100%;margin:0 auto;text-align: center;font-size: 22px;color:var(--white);line-height: 1.7;}

.about_more{margin:70px auto 0;text-align: center;}
.about_more a{outline: none;display: inline-block;background-color: var(--redlogo);color:var(--white);font-size: 18px;line-height: 25px;padding:12px 75px;}

/* q_about end! */

/* q_project start! */
.q_project{padding:90px 0 70px;}
.project_title{margin:0 auto 45px;}
.project_title .section_title{text-align: left;margin:0 auto;}
.project_title_l{width:30%;float:left;}
.project_title_r{width:68%;float:right;padding-top: 50px;}
.product_nav{width:100%;text-align: right;font-size: 0;}
.product_nav:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.product_nav>li{display: inline-block;margin-left: 10px;}
.product_nav>li>a{outline: none;display: block;width:100%;background-color: var(--white);border:1px solid var(--darkf0f0f0);color:var(--dark555);
	padding:8px 20px;font-size: 15px;line-height: 25px;border-radius: 30px;
}
.product_nav>li.on>a,.product_nav>li:hover>a{background-color: var(--redlogo);border:1px solid var(--redlogo);color:var(--white);}

.project_item{width:calc((100% - 40px) / 3);float:left;height:330px;position: relative;}
.project_item:nth-of-type(1){height:680px;}
.project_item:nth-of-type(n+2){margin-left: 20px;}
.project_item:nth-of-type(n+4){margin-top: 20px;}
.project_item_img{width:100%;height:100%;overflow: hidden;}
.project_item_img .img{height:100%;}
.project_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.project_item_h{width:100%;position: absolute;left:0;top:0;padding:45px 50px;}
.project_item_h a{outline: none;display: block;width:100%;font-size: 22px;color:var(--white);line-height: 30px;}

/* q_project end! */

/* q_news start! */
.q_news{background:url('../images/news_bg.jpg') no-repeat center center;padding:70px 0 100px;}

.q_news .q_news_main{width:100%;margin:0 auto;padding:0;}
.q_news .q_news_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_news .q_news_main .q_news_main_nav{width:220px;float:left;}
.q_news .q_news_main_tab{width:100%;margin:0 auto;padding:0;}
.q_news .q_news_main_tab ul{width:100%;margin:0 auto;padding:0;}
.q_news .q_news_main_tab ul li{width:100%;margin:0 auto;padding:0;display: block;}
.q_news .q_news_main_tab ul li:nth-of-type(1){margin:0 auto 15px;}
.q_news .q_news_main_tab ul li a{display: block;outline: none;width:100%;margin:0 auto;padding:15px 0;color:var(--white);
	background-color: #656565;border:0;border-radius: 0;transition: all 0s;
}
.q_news .q_news_main_tab ul li a span{font-size: 23px;line-height: 30px;height:30px;display: block;outline: none;text-align: center;border:0;}
.q_news .q_news_main_tab ul li.active a,.q_news .q_news_main_tab ul li:hover a{background-color: var(--redlogo);}

.q_news .q_news_main .q_news_main_body{width:calc(100% - 330px);float:right;margin:0 auto;padding:0;border:0;}
.q_news_main_panel{width:100%;margin:0 auto;padding:0;}
.q_news_main_panel:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_news_main_panel_l{width:470px;height:494px;float:left;}
.q_news_main_panel_l a{outline: none;display: block;width:100%;height:100%;overflow:hidden;position: relative;}
.q_news_main_panel_l a img{width:100%;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.q_news_main_panel_l a img:hover{
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.q_news_main_panel_l a .img{height:100%;}
.q_news_main_panel_l a .img:hover{
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}

.q_news_hot{width:100%;margin:0 auto;padding:15px 10px;position: absolute;left:0;bottom:0;background-color: rgba(0,0,0,.7);color:#fff;text-align:center;}
.q_news_hot span{width:100%;margin:0 auto;padding:0;display: block;font-size: 18px;line-height: 25px;height:25px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.q_news_main_panel_r{width:calc(100% - 550px);height:494px;float:right;}
.q_news_item{width:100%;height:164px;padding:40px;margin:0 auto;border:1px solid rgba(182,141,57,0);border-bottom: 1px solid #ddd;}
.q_news_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_news_item_date{width:70px;height:80px;float:left;text-align: center;color:#656565;}
.q_news_item_date_big{width:100%;height:55px;line-height: 55px;font-size: 55px;font-weight: bold;font-family: "Bebas";}
.q_news_item_date_small{width:100%;height:25px;line-height: 25px;font-size: 16px;font-weight: normal;font-family: "Bebas";}
.q_news_item_txt{width:calc(100% - 100px);height:80px;float:right;}
.q_news_item_txt h3{width:100%;margin: 0 auto;padding:0;}
.q_news_item_txt h3 a{outline: none;display: block;width:100%;margin: 0 auto;padding:0;height: 30px;line-height: 30px;font-size: 18px;color:var(--dark222);
	overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_news_item_txt p{width:100%;margin:5px auto 0;font-size: 13px;color:#666;line-height: 20px;height:40px;text-align: justify;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

.q_news_item:hover{border:1px solid var(--redlogo);border-bottom: 1px solid var(--redlogo);background-color: var(--white);}
.q_news_item:hover .q_news_item_date{color:var(--redlogo);}
.q_news_item:hover .q_news_item_txt h3 a{color:var(--redlogo);}
.q_news_item:hover .q_news_item_txt p{color:var(--dark555);}

/* q_news end! */

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;padding:0;background-color: #2a2d3e;}
.q_footer a{outline: none;display: block;}
.q_footer a:hover{color:var(--red);}
.footer_main{width:100%;margin:0 auto;position: relative;}
.footer_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.footer_t{padding:60px 0;}
.footer_t_l{width:60%;float:left;position: relative;padding-right: 30px;}
.footer_t_l:after{content:'';width:1px;height:100%;background-color: #c3c3c3;position: absolute;top:0;right:0;}
.footer_list{width:100%;margin:0 auto;}
.footer_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.footer_t_r{width:40%;float:right;padding-left: 65px;}
.footer_t_r:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_icon{width:30px;float:left;}
.footer_text{width:calc(100% - 56px);float:right;color:var(--white);}
.footer_h{font-size: 18px;line-height: 25px;}
.footer_dl{margin:15px auto 0;}
.footer_p{margin:5px auto 0;font-size: 14px;line-height: 23px;text-transform: lowercase;}
.footer_p:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_dt{width:45px;float:left;}
.footer_dd{width:calc(100% - 45px);float:left;}

.footer_imgList{width:100%;margin:25px auto 0;}
.footer_img{width:23.5%;float:left;margin:0 2% 0 0;text-align: center;}
.footer_img:nth-of-type(4n){margin:0;}
.footer_img_icon{width:100%;}
.footer_img_h{margin:7px auto 0;font-size: 14px;line-height: 20px;}

.footer_item{width:20%;float:left;}
.footer_item_h a{width:100%;color:var(--white);font-size: 22px;font-weight: 700;line-height: 30px;}
.footer_ul{margin:25px auto 0;}
.footer_ul>li{margin:10px auto 0;}
.footer_ul>li>a{outline: none;display: block;width:100%;font-size: 15px;color:#c3c3c3;line-height: 25px;}

.footer_b{padding:20px 0;border-top:1px solid #aaabb2;}
.footer_b_l{width:78%;float:left;}

.footer_b span,.footer_b a{margin:0 10px 0 0;line-height: 25px;font-size: 14px;color:var(--white);outline: none;display: inline-block;opacity: .9;}
.footer_b a:hover{color:var(--red);}
.footer_b span a{margin:0;}
.footer_b span img{display: inline-block;width:25px;margin-right: 5px;}

.footer_b_r{width:20%;float:right;text-align: justify;}
.footer_code{margin:0 auto;}
.footer_code ul{width:100%;margin:0 auto;font-size: 0;text-align: right;}
.footer_code ul>li{display: inline-block;position: relative;margin-left: 12px;}
.footer_code ul>li>a{display: block;width:30px;background-color: rgba(255,255,255,.2);border-radius: 5px;opacity: 1;margin:0;}
.footer_code ul>li>a>img{width:30px;}
.footer_wx_div{width:120px;height:120px;left:-45px;top:-135px;z-index: 99;
	position: absolute;display: none;
}
.footer_wx_div_main{width:100%;position: relative;}
.footer_wx_div_main img{border-radius:2px;box-shadow: 0 0 5px #ccc;}
.footer_wx_div_main:after{content:'';width:0;height:0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top:8px solid #fff;
	position: absolute;left:50%;transform: translateX(-50%);bottom:-8px;
}

/* q_footer end! */

/* header_n start! */
.q_header.header_n{background-color: var(--white);box-shadow: 0 0 2px #809cbb;}
.q_header.header_n .q_logo>h1>a>img.default{display:none;}
.q_header.header_n .q_logo>h1>a>img.on{display:inline-block;}

.q_header.header_n .nav_ul>li>a>span{color:var(--dark222);}
.q_header.header_n .nav_ul>li>a:after{background-color:var(--red);}
.q_header.header_n .nav_ul>li.on>a>span,.q_header.header_n .nav_ul>li:hover>a>span{color:var(--red);}

.q_header.header_n .q_tel img.default{display:none;}
.q_header.header_n .q_tel img.on{display:inline-block;}
.q_header.header_n .q_tel span{color:var(--red);}
/* header_n end! */

/* nbanner start! */
.nbanner{width:100%;margin:100px auto 0;position: relative;overflow: hidden;}
.nbanner .img{padding:18.22% 0 0;}
.nbanner_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.nbanner_mask_in{width:100%;position: absolute;left:0;top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nbanner_main{width:100%;margin:0 auto;color:var(--white);opacity: .3;}
.nbanner_h .cn{font-size: 45px;font-weight: 700;line-height: 55px;}
.nbanner_h .en{margin:2px auto 0;font-size: 66px;font-weight: 700;line-height: 75px;text-transform:uppercase;font-family:Arial;}

/* nbanner end! */

/* nnav start! */
.nnav{background-color:var(--darkf0f0f0);padding:0;position:relative;z-index:1;}
.nnav_ul{font-size: 0;}
.nnav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnav_ul>li{float:left;margin-right: 2px;position:relative;}
.nnav_ul>li>a{outline: none;display: block;width:100%;padding:10px 35px;font-size: 17px;color:var(--dark222);line-height: 25px;}
.nnav_ul>li.on>a,.nnav_ul>li:hover>a{color:var(--white);background-color:var(--red);}

.nnav .q_nav_son{width:120%;left:0;}
/* nnav end! */

/* nposition start! */
.nposition{padding:20px 0;border-bottom: 1px solid #ccc;}
.nposition_l{width:25%;float:left;font-size: 25px;color:var(--black);line-height: 30px;height:30px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nposition_r{width:70%;float:right;text-align: right;color:var(--dark555);line-height: 30px;height:30px;font-size: 17px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nposition_r>i{margin-right: 5px;}
.nposition_r a{outline: none;color:var(--dark555);margin:0 3px;}
.nposition_r a:hover{color:var(--red);}
.nposition_r span{color:var(--red);}
/* nposition end! */

/* nmain start! */
.nmain{width:100%;margin:0 auto;min-height: 500px;}
.nmains{width:100%;margin:0 auto;min-height: 350px;padding:50px 0;}

.q_main_title{text-align: center;margin:0 auto 60px;}
.q_main_title_main{display: inline-block;position: relative;}
.q_main_title_main>div{position: relative;}
.q_main_title_main>div.en{font-size:80px;color:#ddd;line-height: 70px;font-family: number;text-transform:uppercase;}
.q_main_title_main>div.cn{width:100%;font-size: 30px;line-height: 30px;height:30px;font-weight: bold;letter-spacing: 3px;color:#111;margin-top: -25px;}

.main_content{width:100%;margin:0 auto;position:relative;}

/* nmain end! */

/* nabout start! */
.nabout_div_main{width:100%;margin:0 auto;position: relative;}
/* nabout end! */

/* ncompany start! */
.ncompany{padding:65px 0 50px;}
.ncompany_p{width:100%;margin:0 auto;font-size: 18px;color:var(--dark555);line-height: 2;text-align:justify;}
.ncompany_p p{width:100%;margin:0 auto;font-size: 18px;color:var(--dark555);line-height: 2;text-align:justify;text-indent: 36px;}
.ncompany_number{margin:50px auto 0;}
.ncompany_video{margin:50px auto 0;}
.nvideo{width:100%;margin:0 auto;cursor: pointer;}
/* ncompany end! */

/* nevent start! */
.nevent{padding:50px 0 0;}
.about_div3_main{width:100%;margin:0 auto;background:url('../images/about_div3_bg.jpg') no-repeat center bottom;height:799px;padding:99px 0 0;position: relative;}
.about_div3_main:before{content:'';width:100%;height:1px;background-color: #eee;position: absolute;left:0;top:400px;z-index: 1;}

.q_event{height:700px;padding:0;width:100%;position: relative;overflow: hidden;}
.q_event .swiper_event{height:100%;}
.q_event .swiper_event .swiper-wrapper{height:600px;}
.q_event .swiper_event .swiper-wrapper .swiper-slide{height:100%;}

.swiper_button_btns{text-align:center;margin:15px auto 0;}
.swiper_button_btn{background:none;width:40px;height:40px;line-height: 35px;font-size: 20px;display: inline-block;margin:0 10px;cursor: pointer;
  text-align: center;border-radius: 50%;border:3px solid var(--white);color:var(--white);opacity: 1;transition: all 0.3s;font-weight: 700;
}
.swiper_button_btn:after{content:'';}
.swiper_button_btn.swiper_button_btn_prev{left:calc(50% - 60px);}
.swiper_button_btn.swiper_button_btn_next{right:calc(50% - 60px);}

.event_item{width:100%;height:100%;position: relative;z-index: 3;}
.event_item:before{content:'';width:15px;height:15px;background-color:var(--white);border-radius: 50%;position: absolute;left:10px;top:294px;z-index: 4;}
.event_item:after{content:'';width:35px;height:35px;border:1px solid var(--white);border-radius: 50%;position: absolute;left:0;top:284px;z-index: 4;}
.event_item_h{width:100%;position: absolute;left:0;bottom:340px;font-size:16px;color:var(--white);text-align: justify;line-height: 30px;}
/*.event_item_h:before{content:'';width:5px;height:5px;background-color:var(--white);border-radius: 50%;position: absolute;left:2px;top:12px;}*/
.event_item_date{position: absolute;left:0;top:330px;
	width:100%;font-size:22px;line-height: 30px;height: 30px;color:var(--white);font-family: number;letter-spacing: 1px;
}
.event_item_img{position: absolute;left:0;top:370px;
	overflow:hidden;width:100%;height:180px;
}
.event_item_img .img{height:100%;width:85%;border:1px solid var(--white);}

.q_event .swiper_event .swiper-wrapper .swiper-slide:nth-of-type(2n) .event_item_h{bottom:auto;top:340px;}
.q_event .swiper_event .swiper-wrapper .swiper-slide:nth-of-type(2n) .event_item_date{top:auto;bottom:330px;}
.q_event .swiper_event .swiper-wrapper .swiper-slide:nth-of-type(2n) .event_item_img{top:auto;bottom:370px;}
/* nevent end! */

/* nfactory start! */
.nfactory{padding:100px 0 80px;}
.nfactory_item{width:100%;}
.nfactory_item_img{width:100%;overflow: hidden;}
.nfactory_item_img .img{padding:63.5% 0 0;}

.nfactory_item_img:hover .img{
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.nfactory .swiper_button_btns{margin:50px auto 0;}
.nfactory .swiper_button_btn{border:3px solid var(--red);color:var(--red);}
/* nfactory end! */

/* nmanufacture start! */
.nmanufacture_main{padding:0 0 30px;}
.nmanufacture_half{width:50%;float:left;position: relative;}
.nmanufacture_half .img{padding:72.5% 0 0;cursor: pointer;}
.nmanufacture_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.nmanufacture_mask_in{width:100%;position: absolute;left:0;top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nmanufacture_body{padding:0 10%;}
.nmanufacture_p{font-size: 22px;color:var(--black);line-height: 35px;}
.nmanufacture_p p{width:100%;margin:0 auto;font-size: 22px;color:var(--black);line-height: 35px;}
.nmanufacture_ul{margin:50px auto 0;}
.nmanufacture_ul li{width:49%;float:left;margin:0 2% 15px 0;}
.nmanufacture_ul li:nth-of-type(2n){margin:0 0 15px 0;}
.nmanufacture_ul li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nmanufacture_icon{width:35px;float:left;}
.nmanufacture_icon img{transition:all .3s;}
.nmanufacture_ul li:hover .nmanufacture_icon img{transform: rotateY(180deg);}
.nmanufacture_h{width:calc(100% - 50px);float:right;font-size: 18px;color:var(--dark222);line-height: 35px;}

/* nmanufacture end! */

/* necology start! */
.necology_h{font-size: 27px;color:var(--black);line-height: 35px;}
.necology_span{margin:10px auto 0;font-size: 0;}
.necology_span span{display: inline-block;width:70px;height:3px;background-color: var(--red);}
.necology_p{margin:20px auto 0;font-size: 18px;color:var(--dark555);line-height: 1.8;text-align: justify;}
.necology_p p{width:100%;margin:0 auto;font-size: 18px;color:var(--dark555);line-height: 1.8;text-align: justify;}

.necology_item:hover .nmanufacture_icon img{transform: rotateY(180deg);}
.necology_list{margin:25px auto 0;}
.necology_item{width:49%;float:left;margin:0 2% 15px 0;}
.necology_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.necology_item:nth-of-type(2n){margin:0 0 15px 0;}
.necology_item:nth-of-type(3){width:100%;margin:0;}

.necology_main{margin:20px auto 0;}
.necology_img{width:50%;float:right;}
.necology_txt{width:50%;float:left;}
.necology_li{margin:0 auto 15px;background-color:var(--darkf5f5f5);}
.necology_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.necology_item_num{width:120px;height:120px;float:left;line-height:120px;font-size:30px;
    font-weight:700;font-family:Arial;text-align:center;background-color:var(--redlogo);color:var(--white);
}
.necology_item_txt{width:calc(100% - 120px);float:right;height:120px;position:relative;}
.necology_item_txt span{display:block;width:100%;padding:0 30px;font-size: 17px;line-height: 25px;color:var(--dark555);
    position:absolute;left:0;top:50%;transform:translateY(-50%);
}

/* necology end! */

/* nproduct start! */
.nproduct_list{padding:0 0 10px;}
.nproduct_item{width:23.5%;float:left;margin:0 2% 40px 0;padding:40px 30px 50px;transition: all .2s;
	border-bottom: 3px solid var(--dark666);text-align: center;background-color: var(--darkf8f8f8);
}
.nproduct_item:nth-of-type(4n){margin:0 0 40px 0;}
.nproduct_item_h a{margin:20px auto 0; outline: none;display: block;width:100%;font-size: 18px;color:var(--dark555);line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nproduct_item_h a:hover{color:var(--red);}
.nproduct_item_more{margin:20px auto 35px;}
.nproduct_item_more a{outline: none;display: inline-block;border:1px solid var(--dark555);color:var(--dark555);
	padding:4px 30px;border-radius: 5px;font-size: 15px;line-height: 25px;
}
.nproduct_item_more a i{margin-left: 10px;}

.nproduct_item_img{width:100%;}
.nproduct_item_img a{outline: none;display: block;width:100%;position: relative;padding:100% 0 0;}
.nproduct_item_img a img{display:inline-block;max-width:100%;max-height: 100%;position: absolute;top: 50%;left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}


.nproduct_item:hover{border-bottom: 3px solid var(--red);}
.nproduct_item:hover .nproduct_item_more a{border:1px solid var(--red);color:var(--red);}
.nproduct_item:hover .nproduct_item_more a:hover{border:1px solid var(--red);color:var(--white);background-color: var(--red);}


.nproduct_txt{width:50%;float:right;}
.nproduct_h{font-size: 22px;color:var(--black);line-height: 30px;font-weight: 700;}
.nproduct_block{margin:25px auto 0;}
.nproduct_block_h{font-size: 17px;color:#424242;line-height: 25px;font-weight: 700;}
.nproduct_block_p{margin:12px auto 0;font-size: 17px;color:#424242;line-height: 2;}
.nproduct_block_p p{width:100%;margin:0 auto;font-size: 17px;color:#424242;line-height: 2;}
.nproduct_block_line{width:100%;margin:30px auto 50px;height: 2px;background-color: var(--redlogo);border-radius: 2px;}
.nproduct_tel_list{width:100%;margin:0 auto;}
.nproduct_tel{width:100%;margin:0 auto 30px;background-color: var(--darkf0f0f0);border-radius: 30px;font-size: 0;overflow: hidden;}
.nproduct_tel *{display: inline-block;font-size: 25px;color:var(--dark222);line-height: 2.3;}
.nproduct_tel strong{background-color: var(--redlogo);color:var(--white);padding:0 50px;margin-right: 50px;font-weight: 700;}

.nproduct_main{width:100%;margin:60px auto 0;}
.nproduct_div{width:100%;margin:60px auto 0;}
.nproduct_div:nth-of-type(1){margin:0 auto;}
.nproduct_div_h{width:100%;border-bottom: 1px solid var(--darkddd);font-size: 0;}
.nproduct_div_h span{display: inline-block;padding:10px 80px;background-color: var(--darkbbb);font-size: 22px;color:var(--white);line-height: 30px;}
.nproduct_div_body{width:100%;padding:50px 0 0;min-height: 180px;font-size: 22px;color:var(--dark555);line-height: 2;text-align: justify;}
.nproduct_div_body>p{width:100%;margin:0 auto;padding:0;font-size: 22px;color:var(--dark555);line-height: 2;text-align: justify;}
.nproduct_div_body h2{margin:20px auto 0;font-size: 22px;font-weight: 700;color:var(--dark555);}
.nproduct_div_body h2:nth-of-type(1){margin:0 auto;}

/*.nproduct_div_body table{display: table!important;width:100%!important;margin:15px auto!important;}*/
.nproduct_div_body table tbody{width:100%;display:block;}
.nproduct_div_body table tbody tr{width:100%;}
.nproduct_div_body table tbody tr:nth-of-type(2n){background-color:#f8f8f8;}
.nproduct_div_body table tbody td{padding:10px 15px;font-size:16px;}

.nproduct_relation .nproduct_list{padding:0;}


.nproduct_swiper{width:45%;float:left;}

.q_n_cont_pic{position: relative;border:1px solid #ccc;}
.q_n_cont_pic .img{padding:80% 0 0;position: relative;text-align: center;}
.q_n_cont_pic .img img{display:inline-block;max-width:100%;max-height: 100%;position: absolute;top: 50%;left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.q_n_cont_pic_top{background-color: #fafafa;padding:0;}
.q_n_cont_pic_thumbs{border-top:1px solid #ccc;padding:15px 100px;position: relative;}
.img_block{border:1px solid #ccc;padding:0;}
.swiper-slide-thumb-active .img_block{border:1px solid var(--redlogo);padding:1px;}

.cont_pic_thumbs{padding:0 5px;}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic{background:none;width:30px;height:80%;line-height: 1;margin-top: 0;font-size: 20px;
  text-align: center;border-radius: 0;border:0;transition: all 0.3s;color:var(--dark555);background-color: #eee;top:10%;
}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic:after{content:'';}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic i{display: block;width:24px;height: 24px;line-height: 24px;position: absolute;left:3px;top:50%;margin-top: -15px;}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic.swiper_button_cont_pic_prev{right:auto;left:3%;}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic.swiper_button_cont_pic_next{right:3%;}


/* nproduct end! */

/* napp start! */
.napp_main{margin:60px auto 0;}
.napp_item{width:32.4%;float:left;margin:0 1.4% 20px 0;background-color: var(--darkf0f0f0);padding:50px 35px 80px;text-align: center;}
.napp_item:nth-of-type(3n){margin:0 0 20px 0;}
.napp_item_icon img{width: 70px;}
.napp_item_h{margin:30px auto;font-size:22px;color:var(--redlogo);line-height: 30px;height:30px;font-weight: 700;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.napp_item_p{font-size:17px;color:var(--dark222);line-height: 27px;height:54px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.napp_img{margin:40px auto 0;}
/* napp end! */

/* nproject start! */
.nfilters{padding:25px 0;background-color: var(--darkf5f5f5);}
.q_filters{margin:0 auto;}
.q_filters:nth-of-type(1){margin:0 auto;}
.q_filters>em,.q_filters>span,.q_filters>a{display: inline-block;margin:0 5px 10px;font-size: 14px;line-height: 25px;
  color:var(--dark555);outline: none;padding:2px 10px;background-color:var(--white);
}
.q_filters>span{font-size: 17px;font-weight: bold;color:var(--dark555);background:none;}
.q_filters>em{color:var(--white);background-color:var(--red);}

.nproject_item{width:32%;float:left;margin:0 2% 35px 0;text-align: center;}
.nproject_item:nth-of-type(3n){margin:0 0 35px 0;}
.nproject_item_img{width:100%;overflow: hidden;}
.nproject_item_img .img{padding:63.5% 0 0;}
.nproject_item_img:hover .img{
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}

.nproject_item_h{padding:20px;background-color:#b2b2b2;}
.nproject_item_h a{outline: none;display: block;width:100%;font-size:18px;color:var(--white);line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.nproject_show{width:100%;padding:15px 0;}
.nproject_top{margin:0 auto 80px;}
.nproject_title{text-align: center;}
.nproject_h{font-size: 25px;color:var(--dark222);line-height: 40px;font-weight: 700;}
.nproject_ps{margin:10px auto 0;}
.nproject_p{width:100%;margin:0 auto;font-size: 22px;color:var(--dark222);line-height: 35px;}

.nproject_swiper{width:72%;margin:50px auto 0;position: relative;}
.nproject_slide{width:100%;}
.nproject_slide .img{padding:60% 0 0;}

.nproject_swiper .swiper_button_btn{position: absolute;top:50%;transform: translateY(-50%);background-color:var(--red);
	width:70px;height:70px;line-height:60px;font-size: 40px;
}
.nproject_swiper .swiper_button_btn.swiper_button_nproject_prev{left:-200px;}
.nproject_swiper .swiper_button_btn.swiper_button_nproject_next{right:-200px;}


/* nproject end! */


/* nhonor start! */

/* nhonor_top */
.nhonor_top{background:url('../images/nhonor_top_bg.jpg') no-repeat center center;margin:5px auto 0;height:390px;padding:10px 0 0;}
.nhonor_top_img{width:210px;float:right;}
.nhonor_top_txt{width:calc(100% - 260px);float:left;padding-top: 30px;font-size:20px;color:var(--dark222);line-height:2;text-align: justify;}
.nhonor_top_txt p{width:100%;margin:0 auto;font-size:20px;color:var(--dark222);line-height:2;text-align: justify;text-indent: 40px;}

.nhonor_item{width:32%;float:left;margin:0 2% 50px 0;text-align:center;}
.nhonor_item:nth-of-type(3n){margin:0 0 50px 0;}
.nhonor_item_img{background-color: var(--darkf8f8f8);padding:30px 50px;}
.nhonor_item_img .img{width:100%;position: relative;padding:73.5% 0 0;}
.nhonor_item_img .img img{display: block;max-width:100%;max-height: 100%;position: absolute;top: 50%;left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.nhonor_item_h{padding:20px;background-color:#b2b2b2;}
.nhonor_item_h span{display: block;width:100%;font-size:18px;color:var(--white);line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

/* nhonor end! */

/* nnews start! */
.q_n_news_list{width:100%;margin:0 auto;padding:0 0 30px;}
.q_n_news_item{width:100%;margin:0 auto;padding:30px 50px;border-bottom: 1px solid #ddd;}
.q_n_news_item:nth-of-type(1){border-top: 1px solid #ddd;}
.q_n_news_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_news_item_img{width:386px;height:195px;float:left;overflow: hidden}
.q_n_news_item_img>a{outline: none;display: block;width:100%;height:100%;background-position: center center;background-size: cover;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.q_n_news_item_txt{width:calc(100% - 436px);height:195px;float:right;}
.q_n_news_item_txt_h{width:100%;margin:0 auto;padding:0;}
.q_n_news_item_txt_h>a{width:100%;margin:0 auto;padding:0;outline: none;display: block;font-size: 22px;color:#222;line-height: 35px;height:35px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_news_item_txt_date{width:100%;margin:0 auto;padding:0;font-size: 14px;color:#aaa;}
.q_n_news_item_txt_p{width:100%;margin:12px auto 0;font-size: 15px;line-height: 27px;height:54px;text-align: justify;color:#666;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.q_n_news_item_more{width:100%;margin:17px auto 0;padding:0;}
.q_n_news_item_more>a{display: inline-block;padding:7px 40px;font-size: 14px;line-height: 20px;color:var(--white);background-color:var(--red);}
.q_n_news_item:hover{background-color:var(--red);}
.q_n_news_item:hover .q_n_news_item_txt_h>a{color:var(--white);}
.q_n_news_item:hover .q_n_news_item_txt_date{color:var(--white);}
.q_n_news_item:hover .q_n_news_item_txt_p{color:var(--white);}
.q_n_news_item:hover .q_n_news_item_more>a{color:var(--red);background-color:var(--white);}

/* q_show */
.q_show{width:100%;margin:0 auto;padding:0;}
.q_show_h{width:90%;margin:0 auto;font-size: 22px;color:#111;line-height: 30px;text-align: center;letter-spacing: 2px;}
.q_show_span{width:100%;margin:40px auto 0;background-color: #eee;padding:6px 15px;text-align: center;}
.q_show_span span{display: inline-block;margin:0 5px;font-size: 13px;line-height: 20px;color:#777;}
.q_show_span span i{font-style: normal;}
.q_show_body{width:100%;margin:20px auto 0;padding:30px  50px 25px;font-size: 16px;line-height: 2.2;color:#555;border-bottom: 1px solid #ddd;}
.q_show_body p{width:100%;margin:0 auto;padding:0;font-size: 16px;line-height: 2.2;color:#555;text-align: justify;}

.q_show_body img{display:block;width:auto!important;height:auto!important;margin:15px auto!important;}

/* nnews end! */


/* ncontact start! */

/* ntel */
.ntel{padding:65px 0 50px;}
.ntel_list{width:100%;margin:20px auto 0;}
.ntel_list:nth-of-type(1){margin:0 auto;}
.ntel_list:nth-of-type(1) .ntel_item{width:100%;margin:0;}
.ntel_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ntel_item{width:49%;float:left;margin:0 2% 0 0;}
.ntel_item:nth-of-type(2n){margin:0;}
.ntel_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.ntel_item_icon{width:35px;float:left;}
.ntel_item_txt{width:calc(100% - 50px);float:right;line-height: 35px;height:35px;font-size: 0;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.ntel_item_txt *{display: inline-block;vertical-align: middle;font-size: 22px;color:var(--dark555);text-transform: lowercase;}
.ntel_item_txt strong{font-weight: 700;}
.ntel_item_txt span{margin-left:40px;}
.ntel_item_txt span:nth-of-type(1){margin-left:0;}
.ntel_list:nth-of-type(1) .ntel_item_txt span{font-weight: 700;}
/* nmap */
.allmap_map{width:100%;height:450px;position: relative;}
/*.allmap_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;}*/
.allmap {width: 100%;height: 100%;font-size: 14px;line-height: 30px;overflow: hidden;font-family:"微软雅黑";position: relative;}
.allmap b{color:var(--red);font-weight: 700;font-size: 17px;line-height: 30px}
.allmap img{max-width: none;}

@media(max-width: 640px){
  .allmap_map {height: 320px;}
}

/* nmessage */
.nmessage{margin:20px auto 0;padding:100px 0 50px;background:url('../images/nform_bg.jpg') no-repeat center bottom;}
.nmessage_h{font-size:32px;color:var(--dark222);line-height: 40px;text-align:center;}

.nform{width:100%;margin:0 auto;padding:50px 0;border-bottom: 1px dashed var(--darkddd);}
.nformes{width:70%;margin:0 auto;}
.nform_div{width:100%;margin:0 auto 30px;}
.nform_div:nth-of-type(1){margin:0 auto;}
.nform_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nform_block{width:48%;float:left;margin:0 4% 30px 0;position: relative;}
.nform_block:nth-of-type(2n){margin:0 0 30px 0;}
.nform_block_must:before{content:'*';width:24px;height:24px;font-size: 18px;color:var(--red);line-height: 24px;
	text-align: center;position: absolute;left:-35px;top:50%;transform: translateY(-50%);
}
.nform_input{padding:15px 25px;border:1px solid var(--darkddd);font-size: 16px;color:var(--dark555);line-height: 25px;
	display: block;width:100%;outline: none;background:none;
}
.nform_input:focus{border:1px solid var(--red);}

input.nform_input::-webkit-input-placeholder {color: #999;font-size: 16px;}
input.nform_input::-moz-placeholder {color: #999;font-size: 16px;}
input.nform_input::-ms-input-placeholder {color: #999;font-size: 16px;}

.nform_div_btn{text-align: center;}
.nform_input.nform_button{background-color: var(--red);color: var(--white);font-size: 18px;font-weight: 400;border:0;
	line-height: 25px;display: inline-block;padding:15px 100px;width:auto;font-weight: 700;
}
.nform_input.nform_button:hover{background-color: var(--redlogo);}

.nform_p{text-align: center;font-size: 22px;color:var(--dark555);line-height: 30px;}

/* ncontact end! */




/* q_n_job start! */
.q_n_job_list{width:100%;margin:0 auto;padding:0 0 30px;}
.q_n_job_item{width:100%;padding:0;line-height: 50px;font-size: 15px;color:var(--dark555);text-align: center;}
.q_n_job_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_job_item a{outline: none;display: block; width:100%;color:var(--dark555);}
.q_n_job_item span{width:14.5%;margin:0 0.2% 0 0;text-align: center;float:left;line-height: 50px;height:50px;padding:0 5px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_job_item span:nth-of-type(1){text-align: left;padding:0 20px;}
.q_n_job_item.q_n_job_item_th span:nth-of-type(1){text-align: center;}
.q_n_job_item span i{font-size: 18px;color:var(--red);margin-right: 30px;}
.q_n_job_item_th{border-top:1px solid var(--red);background-color:var(--white);}
.q_n_job_item_th span{background-color: var(--red);color:var(--white);font-weight: bold;}
.q_n_job_item:nth-of-type(2n+1){background-color: #f8f8f8;}
.q_n_job_item:nth-of-type(1){background-color:var(--white);}
.q_n_job_item:hover{background-color: var(--red);}
.q_n_job_item:hover span{color:var(--white);}
.q_n_job_item:hover span a{color:var(--white);}
.q_n_job_item_th:hover{background-color:var(--white);}
.q_n_job_item_th:hover span{background-color: var(--red);color:var(--white);}
.q_n_job_item span:nth-of-type(6) a:hover{color:var(--white);}
.q_n_job_item span:nth-of-type(6){margin:0;}
.q_n_job_item span:nth-of-type(1){width:26.5%;}
/* q_n_job_show */
.q_n_job_show{width:100%;margin:0 auto;padding:30px 100px;}
.q_n_job_show_title{width:100%;margin: 0 auto;font-size: 36px;color:var(--dark555);line-height: 45px;}
.q_n_job_show_span{width:100%;margin:40px auto 0;padding:10px;background-color: #f8f8f8;}
.q_n_job_show_span:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_n_job_show_span span{display: block;width:23%;float:left;font-size: 14px;color:var(--dark222);line-height: 30px;text-align: center;}
.q_n_job_show_span span:nth-of-type(1){;width:31%;}
.q_n_job_show_body{width:100%;margin:0 auto;padding:20px 0 0;}
.q_n_job_show_div{width:100%;margin:50px auto 0;}
.q_n_job_show_div_title{width:100%;margin:0 auto;font-size: 24px;color:var(--dark555);font-weight: bold;line-height: 35px;}
.q_n_job_show_div_content{width:100%;margin:15px auto 0;}
.q_n_job_show_div_content p{font-size: 15px;color:var(--dark666);}
/* q_n_job end! */


/* m_footer start! */
.footer_m {display: none;}
@media (max-width: 640px) {
  .q_footer {margin-bottom: 60px;}
  .footer_m {display: block;}
}
.footer_m{position: fixed;bottom:0;left:0;width:100%;height:60px;z-index: 99;padding:10px 0;background-color:var(--red);}
.footer_m:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_m_item {width:33%;float:left;height:40px;text-align: center;}
.footer_m_item a{outline: none}
.footer_m_item_icon {width:100%;height:20px;}
.footer_m_item_icon a{outline: none;display: block;width: 100%;height:100%;outline: none;}
.footer_m_item_icon img{width:20px;height:20px;}
.footer_m_item_txt{width:100%;height:20px;line-height: 20px;color:var(--white);font-size: 12px;}
/* m_footer end! */


